home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / NESWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  2.3 KB  |  49 lines

  1. /** 
  2.  * iPlanet web server (NES 4.0) wizard configuration
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="iPlanet Web Server setup";
  8.     type="HTML";
  9.     body = ("This wizard will guide you through the steps required to profile a servlet with OptimizeIt and iPlanet Web Server, Enterprise edition 4.0 and 4.1 (NES 4.0 and 4.1).<p>",
  10.         "<p>Press the \"Next\" button to continue.<p><p>",
  11.         "Note: you will find a tutorial explaining how to profile with iPlanet Web Server <A href=\"/Tutorial/ProfilingNES40.html\">4.0 </A>and a tutorial for <A href=\"/Tutorial/ProfilingiPlanet41.html\">4.1 </A>, in OptimizeIt's <A href=\"/Tutorial/index.html\">tutorial</A> directory. This wizard performs automatically the steps described in the tutorial."    );
  12.   },
  13.   {
  14.     title="Select https directory";
  15.     class="DirectorySelection";
  16.     helper="intuitive.optit.wizard.helper.NESDirectorySelection";
  17.     text="Select the https directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  18.   },
  19.   {
  20.     title="Configure iPlanet Web Server";
  21.     class="Summary";
  22.     helper="intuitive.optit.wizard.helper.NESSummary";
  23.     text="Please review the changes below and click on the \"Configure\" button when done.";
  24.     defaultButtonLabel="Configure";
  25.   },
  26.   {
  27.     title="Configuring iPlanet Web Server";
  28.     class="PerformAction";
  29.     helper="intuitive.optit.wizard.helper.NESConfiguration";
  30.     final="true"; // Means that we cannot go back
  31.   },
  32.   {
  33.     title="Starting Profiler";
  34.     class="Text";
  35.     type="HTML";
  36.     body= ("iPlanet Web Server configuration was successfull.<br><br>To start profiling with iPlanet Web Server, you need to:<BR><ul><LI>",
  37.            "Restart iPlanet Web Server. This is done by using the Enterprise Administration Server ex: <a href=\"http://localhost:8888\">http://localhost:8888</a>. You will see a warning about configuration files being edited by hand. Simply press the \"Load Configuration Files\" button.<BR>",
  38.            "<LI>Invoke OptimizeIt servlet (<a href=\"http://localhost/OptimizeIt\">http://localhost/OptimizeIt</a>).",
  39.        "<LI>Start OptimizeIt Audit System from the servlet.",
  40.            "<LI>Select attach from OptimizeIt's program menu and attach.",
  41.            "</UL>"
  42.           );
  43.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  44.   }
  45. )
  46.  
  47.  
  48.  
  49.